home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m19intro.dir / 00054.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  349 b   |  19 lines

  1. on exitFrame
  2.   global gPause
  3.   puppetSprite(8, 1)
  4.   if gPause then
  5.     set the castNum of sprite 8 to cast "b023"
  6.     updateStage()
  7.   else
  8.     set the castNum of sprite 8 to cast "b021"
  9.     updateStage()
  10.   end if
  11.   mainMenuRollovers()
  12.   updateStage()
  13.   if (the timer < 800) or gPause then
  14.     go(the frame)
  15.   else
  16.     go(the frame + 1)
  17.   end if
  18. end
  19.